Type ndarray<T>
Namespace numpy
Parent ndarray
Interfaces IArrayLike<T>, IEnumerable<IArrayLike<T>>
Multidimensional array of fixed-size items.
Methods
Properties
Public instance methods
ndarray<T> AsArray<TTo>()
ndarray<T> AsType<T>()
Copy of the array, cast to a specified type with unsafe cast
Public properties
_ArrayLike base get;
object base_dyn get;
object data get;
object data_dyn get;
dtype dtype get;
object dtype_dyn get;
flagsobj flags get;
object flags_dyn get;
flatiter flat get;
object flat_dyn get;
_ArrayLike imag get;
object imag_dyn get;
_ArrayLike Item get; set;
Gets or sets a subrange of elements in this array